func runtime.mullu

2 uses

	runtime (current package)
		softfloat64.go#L281: 	lo, hi := mullu(fm, gm)
		softfloat64.go#L439: func mullu(u, v uint64) (lo, hi uint64) {